Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

634379 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/137 - Loading Crash Animation

preview.gif cody/swapnilsparsh/30DaysOfJavaScript/137 - Loading Crash Animation/preview.gif
63 Views
0 Comments
Media file
style.css cody/swapnilsparsh/30DaysOfJavaScript/137 - Loading Crash Animation/style.css
101 Views
0 Comments
body{
margin:0;
background:#222;
}
svg{
width:100%;
height:100%;
position:fixed;
index.html cody/swapnilsparsh/30DaysOfJavaScript/137 - Loading Crash Animation/index.html
332 Views
0 Comments
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>CodePen - Crash Loader</title>
<link rel="stylesheet" href="./style.css">

</head>
script.js cody/swapnilsparsh/30DaysOfJavaScript/137 - Loading Crash Animation/script.js
157 Views
0 Comments
var path = document.querySelector("path");
var length = path.getTotalLength();
// create timeline
var timeline = new TimelineMax({
repeat: -1,
repeatDelay: 1
});